Welcome![Sign In][Sign Up]
Location:
Search - dos 6.0

Search list

[OS DevelopMS-DOS.6.0.Source.Code.zip

Description:
Platform: | Size: 21107046 | Author: | Hits:

[assembly language6-INT10

Description: 利用dos功能调用,显示字符和色彩图案-use function calls, showing character and color logo
Platform: | Size: 1216 | Author: 戚文明 | Hits:

[OS programms_dos60

Description: 微软的MSDOSV6.0源代码,本站不能没有啊。 研究DOS和进行一些底层编程的必不可少。 实在不行,也可以进行收藏啊-MSDOS 6.0 system source code
Platform: | Size: 19621597 | Author: 俞训峰 | Hits:

[assembly languageNASMdocCN

Description: NASM中文文档资料 目录详细介绍 第一章:简介 第二章:运行NASM 第三章:NASM语法介绍 第四章:NASM的预处理器 第五章:汇编方向性 第六章:输出格式 第七章:写16位代码(DOS,Windows 3/3.1) 第八章:写32位代码(Unix,Win32,DJGPP) 第九章:16位与32位混和编程 第十章:问题解答 -Assemble Chinese documents detailed information Contents Chapter 1 : Introduction Chapter 2 : Operation Assemble Chapter 3 : Assemble syntax introduced Chapter 4 : Assemble the pre-processor Chapter 5 : compilation directional Chapter 6 : output formats Chapter VII : 16 write code (DOS, Windows 3/3.1) Chapter 8 : 32 write code (Unix, Win32, DJGPP) Chapter 9 : 16 and 32 mixed programming Chapter 10 : FAQ
Platform: | Size: 75303 | Author: 王王 | Hits:

[OS programdos622in

Description: dos 6.22的源代码,希望对大家有帮助-dos 6.22 source code, we hope to help
Platform: | Size: 3723415 | Author: sdzhch | Hits:

[OtherMycWork001

Description: 这是我的课程设计 由于时间有限,程序难免有不足。 还请多多指教。 程序建议不要在win2000和win xp的cmd下运行。 推荐在win98或纯dos中装有UCDOS中文DOS平台下运行。 主菜单程序为main.c 运行此程序,选择相应的菜单,即可运行查看到其他程序。 wnl.c万年历 adstd.c 学生数据库 ply.c小蜜蜂(UFO)游戏 tlife 生存模拟 但是要求main.c和其他程序的执行文件必须在同一目录里(文件夹)。否则连接其他程序将失败。 建议直接运行我已经编译好的执行文件(在ok目录下)运行main.exe即可通过菜单对四个程序进行调用。 如果发现不能正常使用本程序,请与我联系。 寝室电话:0732-8370551 7324474 QQ176141729 email:coynnbai@163.com 学生:陈欢 班级:03级计算机6班-This my course design due to the limited time available, it is inevitable that inadequate procedures. Also invited exhibitions. Procedures not recommended in WIN2000 and win xp running under the cmd. Suggest in win98 or pure dos installed with a Chinese UCDOS DOS platforms. The main menu main.c operating procedures for this process, the corresponding menu choice can look to other operating procedures. Wnl.c hefty almanac adstd.c student database ply.c Bee (UFO) tlife survival simulation games but main.c requirements and other procedures to be implemented in the same document directory (folder). Otherwise connected to other procedures will fail. A direct operation I have compiled implementation document (ok directory) main.exe can run through a menu of four procedure calls. If found to b
Platform: | Size: 79463 | Author: 陈欢 | Hits:

[Web ServerV1.0b

Description: 这是一款全中文环境的傻瓜型汇编语言辅助开发工具;它包含179个DOS/BIOS中断功能和6个常用的程序框架的模板,用户只要根据自己的需要在窗口中设置选项,就可以快速、准确地自动生成相应的汇编源代码;其中的二进制位的设置与计算、使用哪些寄存器、大量数据的编排(如:低格时的扇区的交叉排列)等等既往需要程序员记忆、理解、计算、查资料才能完成的工作,现在都可由软件隐含自动完成。程序框架模板可自动生成汇编程序的各个段、循环语句、判断语句等,用户可以象使用高级语言一样,不用考虑程序格式以及如何设置跳转标号等初级问题,把时间和精力更多地用在程序功能上,从而用汇编编出更大、更复杂、功能更强也更完善的程序来!它是一个成功的汇编程序员所不可缺少的!-This is a completely Chinese environment fool-assisted assembly language development tools; It contains 179 DOS / BIOS interrupt function and six commonly used procedural framework of the template, as long as the users according to their own needs in the window directive, it can quickly and accurate automatic generation of the corresponding source code compilation; the binary bit with the setup, the use of which register, the presentation of large amounts of data (such as : low portion of the grid at the intersection with), etc. programmers need to remember the past, to understand, measure, check information to complete the work, is now available from the software automatically implied. Framework template can be automatically generated compilation of the various procedures of the loop is t
Platform: | Size: 508718 | Author: 李锦 | Hits:

[OS Developossystem

Description: 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消费者的同步问题; 5. 实现消息缓冲通信,并于3,4中的简单通信进行比较; 6. 思考:在线程间进行消息缓冲通信时,若对消息队列的访问没有满足互斥要求,情况会怎么样?-DOS-based multi-tasking system in a. C language to complete the creation and thread lift Priority increase as time slice Web algorithm for multiple-thread scheduling; 2. change the timing of the unit size, The results change. Thoughts : Why not films too little time or too much; 3. Assuming two threads to share the same software resources (such as a variable, or a data structure), with record-volume signal to achieve its exclusive interviews. 4. Suppose two threads share a deposit of five integer buffer keep a thread of 1-50 calculating the square, and the results Add buffer, Another constant thread removed from the buffer, and print them out, Please record-volume signal achieve this producers and consumers synchronization; 5. Implementation news buffer communications, and 3, 4 simple comm
Platform: | Size: 4139 | Author: Li | Hits:

[Editorantiword-0.37.tar

Description: A free MS Word reader for Linux and RISC OS. Antiword converts the files from Word 2, 6, 7, 97, 2000 and 2002 to text and postscript. There are ports to BeOS, OS/2, MacOS X, VMS, DOS and others-A free MS Word reader for Linux and RISC OS. A ntiword converts the files from Word 2, 6, 7, 97, 2000 and 2002 to text and postscript. There are p orts to BeOS, OS / 2, MacOS X, VMS, DOS and others
Platform: | Size: 317884 | Author: nico zhu | Hits:

[assembly languageMS-DOS_6.22

Description: DOS 6.22 的源代码,汇编语言写的 ,应该对大家有用的。-DOS 6.22 of source code, written in assembly language, it should be useful to everyone.
Platform: | Size: 19781307 | Author: 王刚 | Hits:

[Software Engineeringweijiyuanlibaogao

Description: 编程使小键盘的数字键1,2,3,4,5,6,7作为电子琴按键,输入对应的七个音阶,通过实验箱的喇叭发出声音,并通过七段数码管显示输入音阶;若小键盘输入“R”则返回DOS,结束程序。-Programming small keyboard's numeric keypad ,36.2 as flower button. 7 corresponding to the input scale, experimental box speakers to make their voices heard, and through digital paragraph 107 of show that the scale; If small keyboard input "R" to return to DOS, closing procedures.
Platform: | Size: 34501 | Author: 梁良 | Hits:

[MultiLanguageMobileKoreanInputMethod

Description: 手机韩语输入法源码 朝鲜语字母与手机键盘之间的对应,选择键为回车。 朝鲜语字母 键盘事件 ㄱ 1 ㄴ 2 ㄷ 2* ㄹ 4 ㅁ 5 ㅂ 5* ㅅ 7 ㅇ 8 ㅈ 7* ㅊ 7** ㅋ 1* ㅌ 2** ㅍ 5** ㅎ 8* ㅏ 3 ㅑ 3* ㅓ 33 ㅕ 33* ㅗ 6 ㅛ 6* ㅜ 66 ㅠ 66* ㅡ 0 ㅣ 9 ㄲ 1# ㅆ 7# ㄸ 2*# ㅉ 7*# ㅐ 39 ㅒ 3*9 ㅔ 339 ㅖ 33*9 文件: hangul.h HangulApi.h KMime.h ksc.h automata.c hangul.c ksc.c main.c //测试程序,可以在dos下面进行测试。要求操作系统必须切换为韩文。 -phone Italian input source Korean alphabet keyboard with the phone between the corresponding selected for the Enter key. Korean alphabet keyboard events
Platform: | Size: 56921 | Author: 宋树 | Hits:

[assembly languagedianziqin

Description: 利用PC键盘和CRT显示器设计一个电子琴,首先在CRT显示器上模拟出琴键的画面,然后要求在不同的情况下按下键盘上“1~7”中任意数字键,可弹奏出与之相应的音调,且在模拟键盘上标示出对应的那个键来。 设计应完成以下功能: (1)按“1~7”中的任一数字键,则发出对应的中音. (2)若同时按下“高音键”和“1~7”中的任一数字键,则发出对应的高音。 (3)若同时按下“低音键”和“1~7”中的任一数字键,则发出对应的低音。 (4)发声的节拍根据按键的长短决定。 (5)根据键盘按下的键让对应的琴键发生变化。 (6)可以实现两音调的选择。 (7)可以预先存放5首曲子,按下不同的按键则对演奏出不同的曲子。 (8)按下“结束键”,程序运行结束,返回到DOS状态
Platform: | Size: 5937 | Author: 李兴俊 | Hits:

[Otherstu_system_with_c

Description: c语言编写学生成绩管理系统,dos平台。 有如下功能:1,输入学生资料;2,删除学生资料;3,查询学生资料;4,修改学生资料;5,显示学生资料;6,统计学生成绩;7,保存学生资料
Platform: | Size: 1940 | Author: Yizhi Ge | Hits:

[assembly languageasm

Description: 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\\masm>js 3+2 5 c:\\masm>js 6*7 2A c:\\masm>js 10-4 c c:\\masm>js 12/3 6 注:本程序在dos中或windows98中运行。 
Platform: | Size: 4483 | Author: 甄子丹 | Hits:

[OtheruCOS-II_LPC2000

Description: pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include \"includes.h\"改为\"config.h\" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOSReturn()、PC_DOSSaveReturn()、PC_SetTickRate()(删除)、PC_VectGet()(删除)和 PC_VectSet(删除)。 5、因为定时器不同所作的修改,影响的函数: PC_ElapsedStart()和PC_ElapsedStop()。 6、因为实时时钟不同所作的修改,影响的函数:PC_GetDateTime()。-pc.c is transplanted COS-II PC service code (pc.c) major changes : 1, # include "includes.h" with "config.h" two, displayed on the screen changed to UART0 send data on the computer, the function : PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr (), and PC_DispStr () 3, access keys to read from UART0 acquisition, the function : PC_GetKey () 4 because no dos environment changes, it will affect the function : PC_DOSReturn (), PC_DOSSaveReturn (), PC_SetTickRate () (deleted), PC_VectGet () (deleted) and PC_VectSet (deleted). 5, because the timer made different changes, it will affect the function : PC_ElapsedStart (), and PC_ElapsedStop (). 6, because of different real-time clock's revision, the function : PC_GetDateTime ().
Platform: | Size: 14859 | Author: hyh | Hits:

[ListView/ListBoxFTBv1-6-5-Source

Description: DES算法集锦,包含有各种增强DES算法,变形DES算法,有PASCAL,ASM,C等多种语言的版本,有DOS,WINDOWS,Linux,以及其它UNIX环境的代码-DES algorithm Collection contains various enhanced DES algorithm, DES algorithm deformation, PASCAL, ASM, such as C-language versions, DOS, Windows, Linux, and other UNIX code
Platform: | Size: 111341 | Author: xt | Hits:

[Program docDOS下的点阵汉字显示.doc

Description:

你是否碰到过用启动盘启动系统后用DIR命令得到一串串莫名其妙的字符?有经验的朋友会告诉你:那是汉字。汉字?你不禁会问:怎么一个我一个也不认识。但那确确实实是汉字,如果你启动UCDOS或其他的汉字系统后,就会看到那是一个个熟悉的汉字。同样是汉字,为什么前后会看到不同的结果?呵呵,其实在电脑硬件中,根本没有汉字这个概念,也没有英文的概念,这铁玩意认识的概念只有——内码。


Platform: | Size: 33792 | Author: jackielau | Hits:

[Games马里奥dos原版及改版合集

Description: 在dos环境下用turbo pascal语言编写。一共六个版本。其中有4个改版,两个是我自己修改的,另外两个是网上收集的改版。还有两个原版,其中一个是4关原版,另一个是原作者后续补完并在网上流行的6关版。 游戏无法直接在32位和64位系统下运行,请用dosbox等工具打开。
Platform: | Size: 349079 | Author: qwebean | Hits:

[OtherSPCAT v097 IBM PC compatible emulator (VM)

Description: Support up to PII/686 CPU VGA/SVGA, 8/16/32 up to 512 Мb RAM, 16 Мb VRAM HDD (ATA/IDE), CD/DVD (ATAPI) SoundBlaster 2.01 (8-bit/44Кhz, mono), OPL2 PS/2-keyboard/mouse MS-DOS/FreeDOS, Win3.x/9x/NT/2k/XP, some else.. Own Bios emulation in package: SeaBIOS 1.6.3, Plex86/Bochs VGABios 0.7a
Platform: | Size: 1839131 | Author: SergeX31 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 37 »

CodeBus www.codebus.net